home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 3: The Continuation
/
17-Bit_The_Continuation_Disc.iso
/
amigan
/
amigan 17
/
dmemacros
/
fortran
/
fortran.templates
< prev
next >
Wrap
Text File
|
1994-01-27
|
756b
|
21 lines
key template command-line prompt(s) example -->
nk7 SUBROUTINE subroutine name `SUB1'
nk8 FUNCTION function type <CR> function name `LOGICAL' <CR> `FUNC1'
nk9 ----- ----- -----
nk4 ----- ----- -----
nk5 ----- ----- -----
nk6 ----- ----- -----
nk1 DO label counter=low,high,step `10 I = 1,11,2'
nk2 IF test condition `I .LE. 10'
nk3 IFELSE test condition `(I .LE. 10) .AND. (J .GE. I)'
nk0 ----- ----- -----
nk. ELSEIF test condition `.NOT. DONE'
nk- ----- ----- -----
enter ----- ----- -----
IMPORTANT: Don't forget the closing quote (and preceding space, if required)!